projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b08d5f5
)
Fix misspelling of `comint-insert-previous-argument'.
author
John Paul Wallington
<jpw@pobox.com>
Sun, 9 Feb 2003 14:40:09 +0000
(14:40 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sun, 9 Feb 2003 14:40:09 +0000
(14:40 +0000)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 9950bfd3a4f4656515db0ea8b94e81b99dbd6bb4..e86770e3861310b4205d326ca7020c2fb8c98f1d 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-442,7
+442,7
@@
screen size. (For now, this does not work with some window managers.)
automatically.
+++
-** The new command `comint-in
pu
t-previous-argument' in comint-derived
+** The new command `comint-in
ser
t-previous-argument' in comint-derived
modes (shell-mode etc) inserts arguments from previous command lines,
like bash's `ESC .' binding. It is bound by default to `C-c .', but
otherwise behaves quite similarly to the bash version.